Return to start page
Creates a single lightning which only can be seen by the player "user".
-
Core/Environment/Library Lightning.j
CreateLightningForPlayer
- Tamino Dauth @param user Player who can see the lightning. @param usedCode For furhter information look into the "Splats/LightningData.slk" file of the original Warcraft 3 The Frozen Throne MPQ archives. @param x0 Start x coordinate. @param y0 Start y coordinate. @param z0 Start z coordinate. @param x1 End x coordinate. @param y1 End y coordinate. @param z1 End z coordinate. @return Returns the created lightning.
-
-